home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMINPUT / TFRMINPUT.txt
Text File  |  2003-07-29  |  2KB  |  93 lines

  1. object FrmInput: TFrmInput
  2.   Left = 322
  3.   Top = 201
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Script running requires input...'
  7.   ClientHeight = 264
  8.   ClientWidth = 350
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object BtnOK: TButton
  21.     Left = 218
  22.     Top = 100
  23.     Width = 113
  24.     Height = 33
  25.     Caption = 'Proceed...'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 1
  29.   end
  30.   object MemoNote: TMemo
  31.     Left = 8
  32.     Top = 158
  33.     Width = 345
  34.     Height = 71
  35.     TabStop = False
  36.     BorderStyle = bsNone
  37.     Color = clBtnFace
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = 15
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     Lines.Strings = (
  44.       'Why am I seeing this box?   - You are being asked for '
  45.       'information by a script currently running within Poco. This '
  46.       'question is NOT coming directly from Poco. Don'#39't give out '
  47.       'sensitive information to untrusted source.')
  48.     ParentFont = False
  49.     ReadOnly = True
  50.     TabOrder = 4
  51.   end
  52.   object BtnCancel: TButton
  53.     Left = 218
  54.     Top = 226
  55.     Width = 113
  56.     Height = 29
  57.     Cancel = True
  58.     Caption = 'Cancel Script'
  59.     ModalResult = 2
  60.     TabOrder = 2
  61.   end
  62.   object MemoDesc: TMemo
  63.     Left = 8
  64.     Top = 14
  65.     Width = 333
  66.     Height = 52
  67.     TabStop = False
  68.     BorderStyle = bsNone
  69.     Color = clBtnFace
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = 16
  73.     Font.Name = 'Arial'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     ReadOnly = True
  77.     TabOrder = 3
  78.   end
  79.   object cbData: TElAdvancedComboBox
  80.     Left = 12
  81.     Top = 70
  82.     Width = 320
  83.     Height = 24
  84.     AutoCompletion = False
  85.     Flat = False
  86.     HandleDialogKeys = False
  87.     HorizontalScroll = False
  88.     ItemIndex = -1
  89.     ItemHeight = 16
  90.     TabOrder = 0
  91.   end
  92. end
  93.